@charset "utf-8";

/* **************************************************

Name: branding_image.css

Description: Setting of branding image module

Create: 2012.02.29
Update: xxxx.xx.xx

Copyright 2012 Hitachi, Ltd. 

***************************************************** */



/* Branding image
=========================================================================================== */
div#BrandingImgStyle1{
margin: 0 0 0;
position: relative;
z-index: 99 !important;	/* 2015-07-15  */
height: 265px !important;	/* 2015-07-15 ߰ */
padding:0;
text-align:left;
}

.branding-image {
	position:relative;
}



/* Slide
=========================================================================================== */
.branding-image .slide {
}
	.branding-image .slide a {
		position:absolute;
		display:none;
		overflow:hidden;
	}
	.branding-image .slide img {
		border:none;
	}



/* Controller
=========================================================================================== */
.branding-image .controller {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	z-index:1;
	background:url("/branding_image/image/bg_controller.png") repeat-x 0 0;
	/*width:156px;*/height:24px;
}

/*--- Position ---*/
	.branding-image .controller.rt {  /* E */
		right:2px;
		top:0;
	}
	.branding-image .controller.lb {  /*  */
		left:2px;
		bottom:0;
	}
	.branding-image .controller.rb {  /* E */
		right:37px;
		bottom:10px;
	}

/*--- Button ---*/
	.branding-image .controller li {
		float:left;
		width:auto;
		height:12px;
		cursor:pointer;
	}
		.branding-image .controller.rt li,
		.branding-image .controller.rb li {
			margin-left:0;
		}
		.branding-image .controller.lb li {
			margin-right:2px;
		}
	.branding-image .controller a {
		display:block;
		height:12px;
		overflow:hidden;
	}
	.branding-image .controller img {
		border:none; vertical-align:top;
	}


/* eof. */
